DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / CollectionViewLayout Property

In This Topic
    CollectionViewLayout Property
    In This Topic
    Gets or sets the collection view layout.
    Syntax
    'Declaration
     
    Public Property CollectionViewLayout As C1CollectionViewFlowLayout
    public C1CollectionViewFlowLayout CollectionViewLayout {get; set;}
    See Also